.as-header-center-menu {
    display: grid;
    place-items: center;
}

.as-menu .as-menu-titre {
    text-transform: uppercase;
}

.as-sousmenu {
    text-align: left;
}

.as-logo {
    padding-left: 10px;
}

.as-content {
    padding: 80px;
    min-height: 600px;
}

.as-texte a:not(.as-btn-rounded, .as-link-blog) {
    color: #0c4b9b;
    border-bottom: 1px dashed #0071ff;
    transition: all 200ms ease-in-out;
}

.as-texte a:hover:not(.as-btn-rounded, .as-link-blog) {
    color: #0071ff;
    border-bottom: 1px dashed #9dc9ff;
}

.as-texte h2 {
    font-size: 30px;
    margin: 35px 0 15px;
}

.as-texte h3 {
    font-size: 20px;
    margin: 35px 0 15px;
    color: #0c4b9b;
}

.as-texte p {
    text-align: justify;
    margin-bottom: 10px;
}

.as-texte ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 10px;
}

.as-texte ul li {
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
    line-height: 1.5;
}

.as-texte ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 9px;
}

.as-texte ol {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 10px;
    counter-reset: list-counter;
}

.as-texte ol li {
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
    line-height: 1.5;
    counter-increment: list-counter;
}

.as-texte ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-weight: bold;
    min-width: 25px;
}

.as-texte .table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.as-texte table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #333;
    font-family: Arial, sans-serif;
}

.as-texte th,
.as-texte td {
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}

.as-texte th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.as-texte h2.as-blog-titre {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}

.as-titre-article {
    font-size: 60px !important;
    line-height: 40px !important;
}

.as-btn-text.svelte-1hki9bc.svelte-1hki9bc {
    font-size: 26px;
}

.copyright a {
    border-bottom: 0 solid #fff;
    transition: all .3s;
}

.copyright a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 992px) {
    .as-menu .as-menu-titre,
    .as-menu .dropdown {
        padding: 0;
        margin: 0 0 0 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .as-header-desk.svelte-a2bgxc.svelte-a2bgxc {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .as-header-center-menu {
        display: none;
    }
    .as-header-right {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
    .wrapper-faq.svelte-a2bgxc.svelte-a2bgxc {
        position: relative;
        right: 0;
        top: 0;
    }
    .as-header-left.svelte-a2bgxc.svelte-a2bgxc {
        display: none;
        /* position: absolute;
        top: 0;
        font-size: 9px;
        left: 5px; */
    }
    .as-content {
        padding: 0 30px;
    }
    .as-btn-text.svelte-1hki9bc.svelte-1hki9bc {
        font-size: 20px;
    }
    .as-texte h2 {
        line-height: 30px;
    }
}

@media only screen and (max-width: 540px) {
    .as-header-right {
        gap: 5px;
    }
    .as-btn-contact.svelte-a2bgxc.svelte-a2bgxc {
        font-size: 17px;
    }
    .as-btn-faq.svelte-a2bgxc svg.svelte-a2bgxc {
        height: 20px;
        width: 20px;
    }
    .as-btn-rounded.svelte-1hki9bc.svelte-1hki9bc {
        text-align: center;
    }
}